home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2005 July - Disc 2 / PCnet 2005-07.2.iso / grafik / Hello549.exe / runtime / macros.tre < prev    next >
Encoding:
Text File  |  2004-02-19  |  4.3 KB  |  221 lines

  1. #-----------------------------------------------------------
  2. # MACROS - WEBLINKS
  3. #-----------------------------------------------------------
  4. #define m_weblink_support
  5. Property webtarget http://www.hello.com/help.php
  6.  
  7. #define m_weblink_lostpass
  8. Property webtarget http://www.hello.com/password.php
  9.  
  10. #define m_weblink_register
  11. Property webtarget http://www.hello.com/register.php
  12.  
  13. #-----------------------------------------------------------
  14. # MACROS - FONT STYLES
  15. #-----------------------------------------------------------
  16.  
  17. #define m_displayfont12
  18. Property fontsize 12
  19.  
  20. #define m_displayfont14
  21. Property fontsize 14
  22. Property fontweight 600
  23.  
  24. #define m_buttonfont
  25. Property fontname Praxis Semi Bold/Heavy
  26. Property fontsize 12
  27.  
  28. #define m_lbuttonfont
  29. Property fontname Praxis Semi Bold/Heavy
  30. Property fontsize 12
  31. XConstraint 0.5, 0.5, -4
  32. YConstraint 0.5, 0.5, 0
  33.  
  34. #define m_cbuttonfont
  35. Property fontname Praxis Semi Bold/Heavy
  36. Property fontsize 12
  37. XConstraint 0.5, 0.5, 2
  38. YConstraint 0.5, 0.5, 0
  39.  
  40. #define m_fontcolor
  41. Property typecolor 9A000000 9A000000 9A000000
  42.  
  43. #define m_r3buttonfont
  44. Property fontname Praxis Semi Bold/Heavy
  45. Property fontsize 16
  46. Property fonttrack -1
  47. XConstraint 0.5, 0.67, 0
  48. YConstraint 0.5, 0.5, -1
  49.  
  50. #define m_r4buttonfont
  51. Property fontname Praxis Semi Bold/Heavy
  52. Property fontsize 16
  53. Property fonttrack -1
  54. XConstraint 0.5, 0.61, 0
  55. YConstraint 0.5, 0.5, -1
  56.  
  57. #define m_tabstyle1
  58. Property fontname Praxis Semi Bold/Heavy
  59. Property fontsize 14
  60. XConstraint 0.5, 0.5, 0
  61. YConstraint 0.5, 0.5, 0
  62.  
  63. #define m_tabstyle2
  64. Property fontname Praxis Semi Bold/Heavy
  65. Property fontsize 14
  66. XConstraint 0, 0, 24
  67. YConstraint 0.5, 0.5, 0
  68.  
  69. #define m_headerstyle
  70. Property fontname Praxis Semi Bold/Heavy
  71. Property fontsize 14
  72. XConstraint 0, 0, 8
  73. YConstraint 0.5, 0.5, -2
  74.  
  75. #define m_headerstyle2
  76. Property fontname Praxis Semi Bold/Heavy
  77. Property fontsize 14
  78.  
  79. #define m_header1font
  80. Property fontname Praxis Semi Bold/Heavy
  81. Property fontsize 14
  82.  
  83. #define m_header2font
  84. Property fontname Praxis Semi Bold/Heavy
  85. Property fontsize 16
  86.  
  87. #define m_info1font
  88. Property fontname Praxis Semi Bold/Heavy
  89. Property fontsize 12
  90.  
  91. #define m_fontstyle_version
  92. Property fontname Praxis Semi Bold/Heavy
  93. Property fontsize 12
  94.  
  95. #define m_counterfont
  96. Property fontname Praxis Semi Bold/Heavy
  97. Property fontsize 14
  98.  
  99. #-----------------------------------------------------------
  100. # MACROS - POSITION
  101. #-----------------------------------------------------------
  102. #define m_centerX
  103. XConstraint 0.5, 0.5, 0
  104.  
  105. #define m_centerY
  106. YConstraint 0.5, 0.5, 0
  107.  
  108. #define m_centerXY
  109. XConstraint 0.5, 0.5, 0
  110. YConstraint 0.5, 0.5, 0
  111.  
  112. #define m_scaleX
  113. XConstraint 0, 0, 0
  114. XConstraint 1, 1, 0
  115.  
  116. #define m_scaleY
  117. YConstraint 0, 0, 0
  118. YConstraint 1, 1, 0
  119.  
  120. #define m_scaleXY
  121. XConstraint 0, 0, 0
  122. XConstraint 1, 1, 0
  123. YConstraint 0, 0, 0
  124. YConstraint 1, 1, 0
  125.  
  126. #define m_scaleXYbleed
  127. XConstraint 0, -0.1, 0
  128. XConstraint 1, 1.1, 0
  129. YConstraint 0, -0.1, 0
  130. YConstraint 1, 1.1, 0
  131.  
  132. #define m_alignT
  133. YConstraint 0, 0, 0
  134.  
  135. #define m_alignB
  136. YConstraint 1, 1, 0
  137.  
  138. #define m_alignL
  139. XConstraint 0, 0, 0
  140.  
  141. #define m_alignR
  142. XConstraint 1, 1, 0
  143.  
  144. #define m_offsetL
  145. MaintainOffset left
  146.  
  147. #define m_offsetT
  148. MaintainOffset top
  149.  
  150. #define m_offsetR
  151. MaintainOffset right
  152.  
  153. #define m_offsetB
  154. MaintainOffset bottom
  155.  
  156. #define m_offsetTB
  157. MaintainOffset top
  158. MaintainOffset bottom
  159.  
  160. #define m_offsetLT
  161. MaintainOffset left
  162. MaintainOffset top
  163.  
  164. #define m_offsetLR
  165. MaintainOffset left
  166. MaintainOffset right
  167.  
  168. #define m_offsetLB
  169. MaintainOffset left
  170. MaintainOffset bottom
  171.  
  172. #define m_offsetLTR
  173. MaintainOffset left
  174. MaintainOffset top
  175. MaintainOffset right
  176.  
  177. #define m_offsetLTRB
  178. MaintainOffset all
  179.  
  180. #define m_offsetLTB
  181. MaintainOffset left
  182. MaintainOffset top
  183. MaintainOffset bottom
  184.  
  185. #define m_offsetLRB
  186. MaintainOffset left
  187. MaintainOffset right
  188. MaintainOffset bottom
  189.  
  190. #define m_offsetRT
  191. MaintainOffset right
  192. MaintainOffset top
  193.  
  194. #define m_offsetRB
  195. MaintainOffset right
  196. MaintainOffset bottom
  197.  
  198. #define m_offsetRTB
  199. MaintainOffset right
  200. MaintainOffset top
  201. MaintainOffset bottom
  202.  
  203. #define m_opaque
  204. Property usealpha 0
  205.  
  206. #define m_autorepeat
  207. Property setautorepeat 1
  208.  
  209. #define m_hidden
  210. Property setvisible 0
  211.  
  212. #define m_disabled
  213. Property disable 1
  214.  
  215. #define m_shadow
  216. Property useshadow 1
  217.  
  218. #define m_multiply
  219. Property multiply 1
  220.  
  221.